home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 5 / BBS in a Box -Volume V (BBS in a Box) (April 1992).iso / Files / Hyper / M-Md / MAXAPPLZONE.cpt / MaxApplZone.docs < prev    next >
Encoding:
Text File  |  1988-11-24  |  1.2 KB  |  27 lines  |  [TEXT/MSWD]

  1. MaxApplZone XFCN for HyperCard - 11/20/88
  2. Copyright 1988 by Sam Thornton, PO Box 123, Fairfield NE 68938
  3. Some portions Copyright by Symantec and Apple.
  4.  
  5. May be copied and distributed for personal use without charge only, except for nominal distribution fees. For commercial use or distribution, contact the author.
  6.  
  7. Provided as a RESEDIT file.  Use RESEDIT or any other resource copying utility to install into HyperCard.  Install in Home stack for universal access.
  8.  
  9. As its name implies, this is an implementation of the Macintosh MaxApplZone Toolbox function.
  10.  
  11. Returns the number of K-bytes free in the application heap or compacts the application heap and returns the resulting number of K-bytes free.
  12.  
  13. NOTE that the total number of bytes free in the application heap is seldom (if ever) the actual number of bytes available for use.  Usually there are several K-bytes unavailable due to heap fragmentation.  But, this function will give you a rough idea of where you stand with regard to available memory.
  14.  
  15. Syntax:
  16.  
  17.            get MaxApplZone( )
  18.  
  19.            returns the number of K-bytes free in the application
  20.            heap
  21.  
  22.            get MaxApplZone(<any parameter>)
  23.  
  24.            compacts the application heap and returns the number of 
  25.            K-bytes free
  26.  
  27.